home *** CD-ROM | disk | FTP | other *** search
- on selectlang
- global lan
- if lan = "e" then
- set the visible of sprite 41 to 0
- set the visible of sprite 40 to 0
- else
- nothing()
- end if
- if lan = "f" then
- set the visible of sprite 41 to 1
- set the visible of sprite 40 to 0
- puppetSprite(43, 1)
- set the memberNum of sprite 43 to 241
- puppetSprite(44, 1)
- set the memberNum of sprite 44 to 242
- puppetSprite(45, 1)
- set the memberNum of sprite 45 to 243
- puppetSprite(46, 1)
- set the memberNum of sprite 46 to 244
- puppetSprite(47, 1)
- set the memberNum of sprite 47 to 245
- updateStage()
- else
- nothing()
- end if
- if lan = "g" then
- set the visible of sprite 41 to 0
- set the visible of sprite 40 to 1
- puppetSprite(43, 1)
- set the memberNum of sprite 43 to 231
- puppetSprite(44, 1)
- set the memberNum of sprite 44 to 232
- puppetSprite(45, 1)
- set the memberNum of sprite 45 to 233
- puppetSprite(46, 1)
- set the memberNum of sprite 46 to 234
- puppetSprite(47, 1)
- set the memberNum of sprite 47 to 235
- updateStage()
- else
- nothing()
- end if
- end
-